home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Seguranca / LB / lb.exe / data.z / importgp.txt < prev    next >
Encoding:
Text File  |  1999-01-07  |  2.1 KB  |  55 lines

  1. # This file is an example for the group importing 
  2. #------------------------------------------------
  3. #
  4. # The file is organized by rows and columns.
  5. # Each row defines a record.
  6. # Each column defines a attributes within a record.
  7. #
  8. # First row must be the column heading - "Group","PC Name","IP"
  9. # where:
  10. #   "Group"   - First column specifies the group name 
  11. #   "PC Name" - Second column specifies the name of the PC
  12. #   "IP"      - Third column specifies the IP address ( or IP address range )
  13. #
  14. # Each subsequent row follows the above format to define groups.
  15. #
  16. # Note that you can only define by either "PC Name" or "IP", not both.
  17. #
  18. #
  19. # '#' at the first column specifies a comments line and will be ingored.
  20. #
  21. # Following is an anotated example of different ways to define groups.
  22. # ====================================================================
  23. #
  24. #"Group","PC Name","IP"                                 << Required heading  >>
  25. #
  26. #"NetAdmin" ,"","38.170.72.80 - 38.170.72.88"           << case 1: define by IP range >>
  27. #
  28. #"Sales"        ,"Dan_nt401"        ,""                 << case 2: define by machine name >>
  29. #"Marketing"    ,"Dan_Admin"        ,""
  30. #"Sales"        ,"Dan_nt402"        ,""
  31. #"Marketing"    ,"Dan_Marketing"    ,""
  32. #
  33. #"Accounting"   ,""                 ,"38.170.72.80"     << case 3: define by IP address >>
  34. #"Accounting"   ,""                 ,"38.170.72.80"
  35. #"Accounting"   ,""                 ,"38.170.72.81"
  36. #
  37. #<< Note that duplicated machine name or IP will not be added twice >>
  38. #
  39. #
  40. # Following is the actual example
  41. # ===============================
  42.  
  43. "Group"         ,"PC Name"          ,"IP"                      
  44. "NetAdmin"      ,""                 ,"38.170.72.80 - 38.170.72.88"    
  45. "Sales"         ,"Dan_nt401"        ,""                    
  46. "Marketing"     ,"Dan_Admin"        ,""                   
  47. "Sales"         ,"Dan_nt402"        ,""
  48. "Marketing"     ,"Dan_Marketing"    ,""
  49. "Accounting"    ,""                 ,"38.170.72.80"
  50. "Accounting"    ,""                 ,"38.170.72.80"
  51. "Accounting"    ,""                 ,"38.170.72.81"
  52.